Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/

assets /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/assets/
1 Items
  • counter.png
  • font /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/font/
    1 Items
  • sans.ttf
  • index.html /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/index.html
    418 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge"
    script.js /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/script.js
    211 Views
    0 Comments
    const countEl = document.getElementById('count');

    updateVisitCount();

    function updateVisitCount() {
    fetch('https://api.counta
    style.css /cody/swapnilsparsh/30DaysOfJavaScript/14 - Visit Counter/style.css
    145 Views
    0 Comments
    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    }

    @font-face {
    font-family: "sans";